micropython boards

Discover micropython boards, include the articles, news, trends, analysis and practical advice about micropython boards on alibabacloud.com

Micropython Supported development boards: high-performance, low-cost maker of choice

Python's openness, simplicity, and bonding are in line with the current stage of development for big data analysis, visualization, various platform program collaboration has produced a rapid promotion role. It has been five or six years since the release of the Python3, and it has been a long time since the announcement of the opposition to slowly accepted and liked, but it may also have a considerable relationship with national conditions and development needs. In short, more and more people ar

Python meets embedded: Several main python development boards at a glance!

microcontrollers dedicated to the Python language have been presented to the public. A python that can be run on a microcontroller also known as Micropython,micro Python is a simple and fast implementation of the Python 3 programming language, specifically optimized for running on a microcontroller. It is based on Ansic, the syntax is basically consistent with Pyton 3, has its own parser, compilers, virtual machines and class libraries, and the follo

Javascript uses DOM operations to implement simple message boards, and jsdom operations on message boards

Javascript uses DOM operations to implement simple message boards, and jsdom operations on message boards This article describes how JavaScript uses DOM operations to implement simple message boards. Share it with you for your reference. The specific analysis is as follows: Simple message board, that is, self-entertainment edition. To put it bluntly, it is to pra

[Tpyboard-micropython Tutorial 0] python will be able to do the hardware!

reprint Please specify: @ Xiao Wu Yi Http://www.cnblogs.com/xiaowuyi qq Group: 64770604Python will be able to do hardware!Before writing this tutorial, first feel Shandong Radish Electronic Technology Co., Ltd. (turnipsmart.tec.co,http://www.turnipsmart.com/) to provide technical support and Development Board support. The Micropython Development Board used in this tutorial is TPYBoardV102.What is Micropython

Turnipbit-micropython Development Board: Properly dragged 0 Foundation can also play programming

Visual Programming Site Portal: www.turnipbit.comWhen it comes to programming and talking about hardware, you might think of the "legendary" story of the Cock-in-the-head goddess, and perhaps the image of a programmed ape with glasses, a sparse hair, and a listless look. "Programming", sounds tall but seems to be far away from us also makes many people including many parents and children deterred. Programming is closely related to almost all electronic devices, and as more and more electronic de

[tpyboard-micropython] five minutes to learn to use TPYBOARD-GPS to make a mass message machine

Reprint please specify: @ Xiao Wu Yi Http://www.cnblogs.com/xiaowuyiWelcome to join the discussion group64770604first, What isTpyboard-gpsTpyboard-gps also called Tpyboard V702 is the only Micropython Development Board in the market that supports the function of communication positioning: support Python3.0 and the above version to run Directly. Support gps+ Beidou dual-mode positioning, GPRS communication, SMS function, telephone function, onboard tem

The world is so big, so many languages, why choose Micropython, its advantages?

Recent domestic Micropython swept the procedural circle, what causes it to be so hot? Is it because he is powerful and open source according to the MIT protocol?Wrong! Because the use of it is really too comfortable!!!Micropython's origins, thanks to Damien George, a great computer engineer, Damien George uses Python every day, and one day he comes up with a bold idea: can you use Python to control your microcontroller, To achieve the operation of the

[Tpyboard-micropython python can do hardware 8] Learn to use Bluetooth modules and servos

!import pybfrom pyb Import pinfrom pyb import timerdef start (t): Global flag Global N Um if (flag==0): num=0 else:num=num+1def Stop (t): Global Run if (run==0): Run=1def Left (): X1.high () X2.low () Y1.high () Y2.low () def go (): X1.high () X2.low () Y1.low () Y2.high () def back (): X1.low () X2.high () Y1.high () Y2.low () def right (): X1.low () X2.high () Y1.low () Y2.high () def stop (): X1.low () X2.low () Y1.low () y2.low () Trig = Pin (' X9 ', pin.out_pp) Echo = Pin (' X10 '

TPYBOARDV102 automatic watering system of Micropython example

1. System functionsMonitoring of soil moisture, ambient temperature, light intensityAutomatic watering according to current environment, cold weather automatically heats soil2. Required ComponentsTpyboard Board 1 piecesPhotosensitive Module 1 BlocksDS18B20 Module 1 BlockSoil Moisture Detection Module 1 blockDuPont Line severalRelays 2 X3. Wiring method4. Source Code fromPybImportPin, ADC fromds18x20Importds18x20 GL= ADC (Pin ('Y12'))#300 bright-1700 darkSD = ADC (Pin ('Y11'))#1800 Dry-800 wetWD

Micropython example of Tpyboard v102 colorful lantern ws2812b

;> 2 Mask] Buf[index+7] = buf_bytes[red Mask] Buf[index+8] = Buf_bytes[blue >> 6 Mask] Buf[index+9] = Buf_bytes[blue >> 4 Mask] Buf[index+10] = Buf_bytes[blue >> 2 Mask] Buf[index+11] = buf_bytes[blue Mask] Index+ = 12returnIndex//12deffill_buf (self, data):"""Fill buffer with RGB data. All LEDs after the data is turned off. """End=self.update_buf (data)#turn off the rest of the LEDsBUF =Self.buf off=Self.buf_bytes[0] forIndexinchRange (END * 12, Self.buf_length): Buf[index]=off Index+ =

Usage of Micropython Tpyboard i²c

frequencyGencall, universal invocation modeI2c.is_ready (addr), detects if I²c device responds, only valid for main modei2c.mem_read (data, addr, memaddr, *, timeout=5000, addr_size=8), readingdata, Integer, or cacheaddr, device addressmemaddr, memory addressTimeout , read wait time-outthe size of the addr_size,memaddr. 8-bit or 16-biti2c.mem_write (data, addr, memaddr, *, timeout=5000, addr_size=8), write to, parameter meaning ibid .i2c.recv (recv, addr=0x00, *, timeout=5000), reading data fro

Micropython Practical turnipbit Development Board DIY electronic Clock

: Self.setreg (Self.dec2hex (year), ds3231_reg_year)defTEMP (self): I2c.write (ds3231_addr,ds3231_reg_temp, repeat=False) T1= I2c.read (ds3231_addr,1, repeat=False) [0] I2c.write (ds3231_addr,b'\x12', repeat=False) T2= I2c.read (ds3231_addr,1, repeat=False) [0]ift1>0x7f: returnt1-t2/256-256Else: returnT1 + t2/256DS=DS3231 () ds. DATE ([17,10,24]) ds. Time ([10,03,00]) whileTrue:time=ds. Time () time_s="' forIinchtime:time_s+=str (i) +':'Display.scroll (time_s[:-1]+"-")

Micropython Tpyboard Control Wireless Acceleration Trolley

Import * M1 = Pin (' X1 ', pin.out_pp) M3 = Pin (' Y1 ', pin.out_pp) U2 = UART (2, 9600) I=0 K=1 [/code] ******************************* Main program ********************************** [Code]print (' while ') while (k>0): M1.high () Pyb.delay (3) M3.high () if (U2.any () >0): Print (' 1234 ') M1.low () M3.low () Pyb.delay (3) _dataread=u2.readall () Print (' 123 ', _dataread) if (_dataread.find (b ' QIAN ') >-1): M1.low () M3

Micropython Development Board with Ethernet: TPYBoardv201 temperature and humidity upload instance

Reprint please indicate the source of the article as a link, micropythonqq Exchange Group: 157816561, public number: Micropython playerhas always been about the temperature and humidity of the detection is uninterrupted, this time we continue to detect temperature and humidity, the same or use DHT11 to detect. But this time detected temperature and humidity does not show, also do not alarm, this time to the detected data through the Ethernet upload to

Tpyboard getting Micropython Tips

on Windows (PDF) document. If you have any problems with the driver installation, please check it in time.You need to run the terminal program at this point. Users can use Hyper Terminal this tool, or download the free program PuTTY:putty.exe. The serial program runs through the COM port found in the previous step. For Putty, click on the "Session" on the left side of the screen, click on the "Serial" button on the right, then select the COM port (e.g. COM4) in the serial line, and then click t

micropython+ Beidou +gps+gprs:tpyboardv702 SMS Function usage Instructions

Reprint please indicate the source of the article as a link (micropythonqq technology Group: 157816561, public number: Micropython player)TPYBoardv702 is the only Micropython Development Board in the market that supports the communication positioning function: Supports Python3.0 and above to run directly. Support gps+ Beidou dual-mode positioning, GPRS communication, SMS function, telephone function, onboar

Micropython Tpyboard v102 Development Board control OLED display Chinese

Reprint please indicate the source of the article in the form of a link, public number: Micropython player0x00 PrefacePreviously saw an article about TPYBoardv102 control OLED screen display, after seeing to try to use the OLED screen to display Chinese. The recent use of spare time to finish the experiment, hereby will be the experimental process and the source to share, convenient for later use.0X01 Laboratory EquipmentTPYBOARDV102 Development Board

Micropython-gps Tutorial TPYBoardv702 Control 5110 shows the current latitude and longitude

  First, about TPYBoardV702TPYBoardV702 is the only Micropython Development Board in the market that supports the communication positioning function: Supports Python3.0 and above to run directly. Support gps+ Beidou dual-mode positioning, GPRS communication, SMS function, telephone function, onboard temperature and humidity, photosensitive, triaxial accelerometer, buzzer, LCD5110 display. Provide location testing Service platform free of charge. Physi

[Detailed examples] Micropython plug-in programming combat: DIY A thinking of the barrier car

(please indicate the source of the article, more tutorials can self-reference Www.tpyboard.com,QQ Technology Exchange Group: 157816561, public number: Micropython player) In daily life, people will often see a variety of remote control cars, it needs our artificial operation, control its forward, backward and turn. Today, we will take you to a different new friend-the "thinking car that can be considered." "Can think of the obstacle-avoidance car" an

[Discussion] How do beginners learn from development boards such as 2440 and 6410?

[Discussion] How do beginners learn from development boards such as 2440 and 6410? [Discussion] How do beginners learn from development boards such as 2440 and 6410?Http://www.gooogleman.com/forum.php? MoD = viewthread tid = 18881 fromuid = 3 Author: gooogleman (www.gooogleman.com webmaster)(Because I found many comrades confused, I think this post is of great value, and my understanding of this post will

Total Pages: 15 1 2 3 4 5 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.